chore: support Python 3.11-3.14, drop 3.7-3.10, update CI actions - #266
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #266 +/- ##
=======================================
Coverage 96.47% 96.47%
=======================================
Files 8 8
Lines 936 936
Branches 67 67
=======================================
Hits 903 903
Misses 19 19
Partials 14 14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
- Drop support for Python 3.7, 3.8, 3.9 and 3.10; add classifiers and tox/CI matrices for 3.12, 3.13 and 3.14 (keeping 3.11) - Bump python_requires to >=3.11 - Bump black/ruff target-version to py311 - Move ruff's `ignore`/`mccabe` settings under `[tool.ruff.lint]` to drop a deprecation warning - Bump pre-commit's pyupgrade to --py311-plus, drop the duplicate pyupgrade hook and the django-upgrade hook (not a Django project) - Bump readthedocs build Python to 3.13 - Remove unused `six` dependency from install_requires - Update all GitHub Actions to their latest major versions (checkout@v7, setup-python@v7, cache@v6, codecov-action@v7, codeql-action@v4) - Add towncrier changelog fragments
yakky
force-pushed
the
chore/issue-265-update-python
branch
from
August 23, 2026 17:04
fe52ad3 to
85b0c64
Compare
for more information, see https://pre-commit.ci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ignore/mccabesettings under[tool.ruff.lint]to drop a deprecation warningsixdependency from install_requiresDescription
Describe:
References
Provide any github issue fixed (as in
Fix #XYZ)Checklist
inv lintchangesfile included (see docs)